home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wsc4c21.zip / PAINT.H < prev    next >
Text File  |  1997-05-22  |  446b  |  19 lines

  1. void PaintInit(void);
  2. void PaintMain(HDC,PAINTSTRUCT *);
  3. void ScrollBuffer(void);
  4. void WriteTheString(LPSTR,int);
  5. int  PaintGetRowPos(void);
  6. int  PaintGetColPos(void);
  7. int  PaintGetRow(void);
  8. int  PaintGetCol(void);
  9. void PaintSetRow(int);
  10. void PaintSetCol(int);
  11. void PaintClearScreen(void);
  12. void PaintClearEOL(void);
  13. void DisplayLine(LPSTR);
  14. void DisplayString(LPSTR);
  15. void DisplayChar(char);
  16.  
  17. #define NROWS 25
  18. #define NCOLS 80
  19.